home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
24
/
5
/
DISK2452.ZIP
/
MAGIC-2.EXE
/
pak
/
ORDER.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-05-11
|
2KB
|
35 lines
echo off
cls
if exist MFORDER.FRM goto :message
echo ERROR: Cannot locate the order form file which is
echo named MFORDER.FRM. Please change to the drive or
echo directory which contains your MAGIFONT files, then
echo run the ORDER.BAT file again.
goto :exit
:message
echo ┌─────────────────────────────────────────────────────────┐
echo │ The order form for MAGIFONT.EXE and related materials │
echo │ consists of one printed 8-1/2 by 11-inch page. │
echo ├─────────────────────────────────────────────────────────┤
echo │ If you don't want to print this form now, press Ctrl-C │
echo │ and then press Y. │
echo │ Otherwise, you may let this program print it for you. │
echo ├─────────────────────────────────────────────────────────┤
echo │ │
echo │ Simply do the following: │
echo │ │
echo │ 1. Turn your printer ON │
echo │ 2. Adjust the left margin to zero or 1 │
echo │ 3. Adjust the top line to the very top │
echo │ of the page │
echo │ 4. Press any key when ready to print, │
echo │ or type Ctrl-C now to abort... │
echo │ │
echo └─────────────────────────────────────────────────────────┘
pause > nul
echo ┌───────────────────────────────────┐
echo │ Printing MAGIFONT ORDER FORM NOW │
echo └───────────────────────────────────┘
type MFORDER.FRM > prn
echo Done.
cls